fix-fc-dual-font-width-calculation.diff
authorRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:37 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 5 Apr 2011 03:46:37 +0000 (22:46 -0500)
commit9f99dcafd0db14592d2f1ee982ccde6baf871ee1
tree35011871e3a1340e2466b41eeb26fa2995cecaa9
parente6bb7b83bd78096803a074c33a69fbbc511b6414
fix-fc-dual-font-width-calculation.diff
* The font width should now be computed correctly for dual-width fonts.
  Patch: fix-fc-dual-font-width-calculation.diff
Provided-by: Sven Joachim <svenjoac@gmx.de>
  Date: Mon, 12 Jul 2010 16:32:53 +0200
Added-by: Rob Browning <rlb@defaultvalue.org>
  Status: incorporated upstream

  The Debian patch is taken from this upstream commit:

  revno: 99907
  author: Naohiro Aota  <naota@elisp.net>
  committer: Chong Yidong <cyd@stupidchicken.com>
  branch nick: emacs-23
  timestamp: Wed 2010-06-30 10:22:18 -0400
  message:
    Check FC_DUAL too.  For such fonts, check width one by one (Bug#4129).
    * xftfont.c (xftfont_open): Check font width one by one also when
    spacing is dual.

    * ftfont.c (ftfont_open): Ditto.
src/ChangeLog
src/ftfont.c
src/xftfont.c